projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
203a1f2
)
Don't mention gtk_set_locale() in docs; this function does not exist
author
Federico Mena Quintero
<federico@gnome.org>
Thu, 7 Mar 2013 19:12:10 +0000
(13:12 -0600)
committer
Federico Mena Quintero
<federico@gnome.org>
Fri, 8 Mar 2013 02:45:57 +0000
(20:45 -0600)
gtk/gtkmain.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmain.c
b/gtk/gtkmain.c
index f5b4c5a520fcab8e9317930f1a416597990c8b45..64e06d5059b45b2585b3aef3c2c65ca5af3bc353 100644
(file)
--- a/
gtk/gtkmain.c
+++ b/
gtk/gtkmain.c
@@
-59,8
+59,8
@@
* int
* main (int argc, char **argv)
* {
- * /* Initialize i18n support */
- *
gtk_set_locale ();
+ * /* Initialize i18n support
with bindtextdomain(), etc.
*/
+ *
...
*
* /* Initialize the widget set */
* gtk_init (&argc, &argv);